home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / PZDEMO / PZDBITBT.DFM / PZDBITBT.txt
Text File  |  1997-03-16  |  4KB  |  187 lines

  1. object PZBitmapButtonForm: TPZBitmapButtonForm
  2.   Left = 202
  3.   Top = 125
  4.   Width = 597
  5.   Height = 420
  6.   Caption = 'PZSpeedButton'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   TextHeight = 13
  19.   object HeaderPanel: TPZBitmapPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 589
  23.     Height = 37
  24.     Align = alTop
  25.     Background.Transparent = False
  26.     Background.Style = bsTiled
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     BorderWidth = 4
  30.     TabOrder = 0
  31.     object PZShaded1: TPZShaded
  32.       Left = 5
  33.       Top = 5
  34.       Width = 579
  35.       Height = 27
  36.       Align = alClient
  37.       Caption = 'PZBitmapButton'
  38.       Font.Color = clBlack
  39.       Font.Height = -21
  40.       Font.Name = 'Times New Roman'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       StartColor = clWhite
  44.       EndColor = 8454143
  45.       Graduation = 10
  46.       Direction = drHorizontalInOut
  47.     end
  48.   end
  49.   object DescrPanel: TPZBitmapPanel
  50.     Left = 0
  51.     Top = 37
  52.     Width = 213
  53.     Height = 356
  54.     Align = alLeft
  55.     Background.Transparent = False
  56.     Background.Style = bsTiled
  57.     BevelInner = bvLowered
  58.     BevelOuter = bvNone
  59.     BevelWidth = 4
  60.     BorderWidth = 4
  61.     TabOrder = 1
  62.     object PZLabel4: TPZLabel
  63.       Left = 8
  64.       Top = 28
  65.       Width = 197
  66.       Height = 145
  67.       Align = alTop
  68.       Caption = 
  69.         '\lbPZBitmapButton is identical to TButton except a bitmap can be' +
  70.         ' used for the button'#39's background.'
  71.       Font.Color = clBlack
  72.       Font.Height = -13
  73.       Font.Name = 'Arial'
  74.       Font.Style = []
  75.       HorzAlignment = haCenter
  76.       ParentFont = False
  77.       VertAlignment = vaTop
  78.     end
  79.     object PZLabel2: TPZLabel
  80.       Left = 8
  81.       Top = 8
  82.       Width = 197
  83.       Height = 20
  84.       Align = alTop
  85.       Caption = 'Description:'
  86.       Font.Color = clNavy
  87.       Font.Height = -16
  88.       Font.Name = 'Arial'
  89.       Font.Style = [fsBold]
  90.       HorzAlignment = haCenter
  91.       ParentFont = False
  92.       VertAlignment = vaTop
  93.     end
  94.   end
  95.   object ResultsPanel: TPZBitmapPanel
  96.     Left = 213
  97.     Top = 37
  98.     Width = 376
  99.     Height = 356
  100.     Align = alClient
  101.     Background.Transparent = False
  102.     Background.Style = bsTiled
  103.     BevelInner = bvLowered
  104.     BevelOuter = bvNone
  105.     BevelWidth = 4
  106.     BorderWidth = 4
  107.     TabOrder = 2
  108.     object PZLabel5: TPZLabel
  109.       Left = 8
  110.       Top = 8
  111.       Width = 360
  112.       Height = 20
  113.       Align = alTop
  114.       Caption = 'Examples:'
  115.       Font.Color = clNavy
  116.       Font.Height = -16
  117.       Font.Name = 'Arial'
  118.       Font.Style = [fsBold]
  119.       HorzAlignment = haCenter
  120.       ParentFont = False
  121.       VertAlignment = vaTop
  122.     end
  123.     object PZLabel1: TPZLabel
  124.       Left = 8
  125.       Top = 105
  126.       Width = 360
  127.       Height = 20
  128.       Align = alTop
  129.       Caption = 'Try it now!'
  130.       Font.Color = clBlack
  131.       Font.Height = -13
  132.       Font.Name = 'Arial'
  133.       Font.Style = [fsBold]
  134.       HorzAlignment = haCenter
  135.       ParentFont = False
  136.       VertAlignment = vaTop
  137.     end
  138.     object ClickedLabel: TPZLabel
  139.       Left = 8
  140.       Top = 125
  141.       Width = 360
  142.       Height = 72
  143.       Align = alTop
  144.       Font.Color = clBlack
  145.       Font.Height = -19
  146.       Font.Name = 'Arial'
  147.       Font.Style = [fsBold]
  148.       HorzAlignment = haCenter
  149.       ParentFont = False
  150.       VertAlignment = vaBottom
  151.     end
  152.     object OutputPanel1: TPZBitmapPanel
  153.       Left = 8
  154.       Top = 28
  155.       Width = 360
  156.       Height = 77
  157.       Align = alTop
  158.       Background.Transparent = False
  159.       Background.Style = bsTiled
  160.       BevelOuter = bvNone
  161.       BorderWidth = 8
  162.       Font.Color = clBlack
  163.       Font.Height = -11
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = [fsBold]
  166.       ParentFont = False
  167.       TabOrder = 0
  168.       object OKButton: TPZBitmapButton
  169.         Left = 16
  170.         Top = 28
  171.         Width = 75
  172.         Height = 25
  173.         Caption = 'OK'
  174.         TabOrder = 0
  175.       end
  176.       object CancelButton: TPZBitmapButton
  177.         Left = 108
  178.         Top = 28
  179.         Width = 75
  180.         Height = 25
  181.         Caption = 'Cancel'
  182.         TabOrder = 1
  183.       end
  184.     end
  185.   end
  186. end
  187.